<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w3-content {
    max-width: 1280px;
}
h1 {
    font-family: "Sentinel A" ,"Sentinel B","Bookman Old Style Regular",serif;
    font-weight: bold;
    }

h2 {
    color:#00AC3e;
    font-weight: bold;
    font-family: "Sentinel A" ,"Sentinel B","Bookman Old Style Regular",serif;
}

a {
    color: #925d49;
}
.mu-top {
    color: white;
    text-shadow: 4px 4px 4px #000000;
    background-color: #00AC3e;
    font-family: "Sentinel A" ,"Sentinel B","Bookman Old Style Regular",serif;
    font-size: 50px;

}


.mu-top-small {
    
    font-size: 40px;
    text-shadow: 2px 2px 2px #000000;

}

.mu-green {
    background-color: #00AC3e;
    color: white;
}

.apo {
    color:#006625;
    font-weight: bold;
}

#bttBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #bttBtn:hover {
    background-color: #555;
  }</pre></body></html>